home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 10 - 1994 / 10.05 May 94 / SerialEx / README.SerialEx < prev    next >
Encoding:
Text File  |  1994-03-20  |  771 b   |  25 lines  |  [TEXT/R*ch]

  1. © Copyright 1994 Apple Computer, Inc, All Rights Reserved
  2.  
  3. SERIALEX -- Kent Sandvik
  4. This is a basic serial connection sample, stripped, does the basic
  5. thing, nothing fancy. The idea is to read and understand this sample
  6. before attacking bigger comms samples.
  7.  
  8. TESTING:
  9. NTK 1.0.1
  10.  
  11. PROTOCOL:
  12. Dumb. Send ACK?, Newton responds with a help string, currently
  13. the only function implemented is PLAY! This is a stripped 
  14. sample, indeed.
  15.  
  16. Check out how we tear apart the endpoint, even when we do a 
  17. viewQuitScript, so we are sure that the endpoint is disposed
  18. properly.
  19.  
  20. The code has a lot of print statements into a print window
  21. inside the application. This is one way to go around problems
  22. related to no inspector window and you are hacking 3am in the
  23. morning with comms code.
  24.  
  25.